Joachim <svenjoac@gmx.de> for tracking down the patch.
(closes: #597255)
- -- Rob Browning <rlb@defaultvalue.org> Mon, 18 Oct 2010 00:14:01 -0500
+ * Remove debian-adjust-mail-from-addresses-patch.diff to stop
+ adjusting the message-sendmail-f-is-evil default. Match the
+ behavior of the Debian gnus package, Emacs upstream, and
+ emacs-snapshot. Thanks to Artem Chuprina <ran@wizzle.ran.pp.ru>
+ for the report. (closes: #397757)
+
+ -- Rob Browning <rlb@defaultvalue.org> Mon, 18 Oct 2010 00:16:26 -0500
emacs23 (23.2+1-4) unstable; urgency=low
+++ /dev/null
-* The default handling of mail from addresses has been changed.
- Patch: debian-adjust-mail-from-addresses.diff
- Bug: 7051 35128
-
- * The default for message-sendmail-f-is-evil has been changed to t.
-
- This is correct for Debian systems where we know the MTA should be
- trusted.
-
---- a/lisp/gnus/message.el
-+++ b/lisp/gnus/message.el
-@@ -825,9 +825,14 @@
- (const never)
- (const ask)))
-
--(defcustom message-sendmail-f-is-evil nil
-- "*Non-nil means don't add \"-f username\" to the sendmail command line.
--Doing so would be even more evil than leaving it out."
-+;; message-sendmail-f-is-evil is nil here in the upstream source, but
-+;; sendmail works right under Debian Linux, so we want t. [was
-+;; orignally reported for emacs 19 as debian#7051]
-+(defcustom message-sendmail-f-is-evil t
-+ "*Non-nil means don't add \"-f username\" to the sendmail command
-+line, because adding it would be more evil than leaving it out. Under
-+Debian/GNU/Linux, sendmail works right, so it should be safe for this
-+to be set to true."
- :group 'message-sending
- :link '(custom-manual "(message)Mail Variables")
- :type 'boolean)
* message.el (message-generate-headers): Record insertion of optional
--- a/lisp/gnus/message.el
+++ b/lisp/gnus/message.el
-@@ -5322,8 +5322,14 @@
+@@ -5317,8 +5317,14 @@
(defun message-output (filename)
"Append this article to Unix/babyl mail file FILENAME."